/**
 * Updates generated samples by replacing storage with storage-control imports and initializations.
 */
export declare function updateSamples(): void;
/**
 * Appends the @internal tag to the class level documentation headers of generated clients.
 * This ensures that the docs pipeline ignores these classes when generating documentation.
 */
export declare function fixDocsHeaders(): void;
