export declare function labelize(value: any): string;
/**
 * Searches through the file (without importing it) for extra respecful
 * functions.
 *
 * @param respecPath
 * @returns true if extra respecful functions found in file
 */
export declare function respecFileHasExtraRespec(respecPath: string, extraRespecFunctionNames: string[]): Promise<boolean>;
//# sourceMappingURL=respec-gib-helper.d.mts.map