import * as t from '@babel/types'; import type { Metadata } from '../types'; export declare const hoistSheet: (sheet: string, meta: Metadata) => t.Identifier;