/** Validates the string content of a `meta-function.json` file */ export declare const validateStringConfiguration: (configurationData: string, isPackage?: boolean) => void;