import { Directive } from './directive';
export type FunctionDirectiveDefaults = {
    invocationType: string;
};
export declare const FunctionDirective: Directive<FunctionDirectiveDefaults>;
//# sourceMappingURL=function.d.ts.map