/** * The method that generates custom id. * @param {String} name The name of the customId. * @param {string[] | number[]} args The arguments to pass to the customId. * @returns */ export declare function customId(name: string, ...args: string[] | number[]): string; //# sourceMappingURL=customId.d.ts.map