import { GetR3gCreatorFunction } from './types'; declare const R3gCreatorFunctions: { getR3gCreatorRecord: GetR3gCreatorFunction; }; export default R3gCreatorFunctions;