import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class GoogleDocs implements INodeType {
    description: INodeTypeDescription;
    methods: {
        loadOptions: {
            getDrives(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
            getFolders(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
        };
    };
    execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}
//# sourceMappingURL=GoogleDocs.node.d.ts.map