/** * forked from https://github.com/bigmeow/axios-miniprogram-adapter * author bigMeow */ declare function encoder(input: string): string; export default encoder;