/** * Fill the OTP input * * ```gjs * import { fillOTP } from 'ember-primitives/test-support'; * * test('...', async function(assert) { * // ... * await fillOTP('123456'); * // ... * }) * * ``` * * @param {string} code the code to fill the input(s) with. * @param {string} [ selector ] if there are multiple OTP components on a page, this can be used to select one of them. */ export declare function fillOTP(code: string, selector?: string): Promise; //# sourceMappingURL=otp.d.ts.map