export default getAtom;
/**
 *
 * @param {string} atomName
 * @returns {Promise<Buffer>}
 */
export function getAtom(atomName: string): Promise<Buffer>;
/**
 *
 * @param {string} atom
 * @param {any[]} [args]
 * @param {string[]} [frames]
 * @param {string?} [asyncCallBack]
 * @returns {Promise<string>}
 */
export function getScriptForAtom(atom: string, args?: any[] | undefined, frames?: string[] | undefined, asyncCallBack?: string | null | undefined): Promise<string>;
//# sourceMappingURL=atoms.d.ts.map