import type { FunctionsConfig } from './types.ts'; export declare const extractFunctionsConfigProperty: (config: FunctionsConfig, property: keyof FunctionsConfig) => string[];