import { Statement } from '@babel/types'; declare function transformDefineOptions(code: string, id: string): { code: string; map: any; } | undefined; declare const checkDefaultExport: (stmts: Statement[]) => void; declare const getIdentifiers: (stmts: Statement[]) => string[]; export { checkDefaultExport as c, getIdentifiers as g, transformDefineOptions as t };