/** * Validates that the supplied client secret is in the correct format. * @param {string} secret * @returns {boolean} */ export declare const validateClientSecret: (secret: string) => boolean;