import { ScramjetClient } from "../index"; export declare function createWrapFn(client: ScramjetClient, self: typeof globalThis): (identifier: any, strict: boolean) => any; export declare const order = 4; export default function (client: ScramjetClient, self: typeof globalThis): void;