/**
 * Checks if a wrangler config file exists in the project
 */
export declare function findWranglerConfig(): string | undefined;
