import * as t from '@rekajs/types'; export declare const EXTERNAL_IDENTIFIER_PREFIX_SYMBOL = "$"; export declare const getIdentifierFromStr: (str: string) => t.Identifier;